home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Contributions / Nordic_Global / Networking / MiamiSDK / netinclude / proto / usergroup.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-03  |  200 b   |  10 lines

  1. #ifndef PROTO_USERGROUP_H
  2. #define PROTO_USERGROUP_H 1
  3.  
  4. extern struct Library *UserGroupBase;
  5.  
  6. #include <clib/usergroup_protos.h>
  7. #include <pragmas/usergroup_pragmas.h>
  8.  
  9. #endif /* PROTO_USERGROUP_H */
  10.